Set the style for .view so i.e the GtkTextView gets the right style.
authorIgnacio Casal Quinteiro <icq@gnome.org>
Fri, 7 Jan 2011 10:34:35 +0000 (11:34 +0100)
committerIgnacio Casal Quinteiro <icq@gnome.org>
Fri, 7 Jan 2011 10:35:40 +0000 (11:35 +0100)
gtk/gtkcssprovider.c

index 6f72071a6885b344179e123bf4ea9f37ce04b767..02c3fff077a7c015b2e688c4091b3c105ddc5c33 100644 (file)
@@ -3638,7 +3638,12 @@ gtk_css_provider_get_default (void)
         "  color: shade (@bg_color, 0.7);\n"
         "}\n"
         "\n"
-        "GtkTreeView, GtkIconView, GtkTextView {\n"
+        "GtkTreeView, GtkIconView {\n"
+        "  background-color: @base_color;\n"
+        "  color: @text_color;\n"
+        "}\n"
+        "\n"
+        ".view {\n"
         "  background-color: @base_color;\n"
         "  color: @text_color;\n"
         "}\n"